global across1, across2, across3, across4, across5, across6 global across7, across8, across9, across10, across11, across12 global across13, across14, across15, across16, across17, across18 global across19, across20, across21, across22, across23 global gamename gamename = "167 Sword" global MAX_ACROSS, MAX_DOWN, MAX_CLUES, MAX_SQUARES, MAX_NUMBERS, MAX_X, MAX_Y global currentWord, clueTextList, skipList, crosswordName, puzzleNumber resetTheGlobalVars(23,0,8,8) --RESET GLOBAL VARS MAX_NUMBERS = 23--68 puzzleNumber = 2 --set the increment values setIncrementValues across1 = setWord("across1", "PITSTOP", ACROSS, SOUTH, 9) across2 = setWord("across2", "INARUT", ACROSS, SOUTHEAST, 17) across3 = setWord("across3", "TURNIP", ACROSS, WEST, 62) across4 = setWord("across4", "ISRAELI", ACROSS, NORTHEAST, 58) across5 = setWord("across5", "ERRANT", ACROSS, WEST, 30) across6 = setWord("across6", "RANKS", ACROSS, SOUTHEAST, 28) across7 = setWord("across7", "SATURN", ACROSS, WEST, 64) across8 = setWord("across8", "RUNTS", ACROSS, NORTHEAST, 60) across9 = setWord("across9", "TEABAGS", ACROSS, WEST, 39) across10 = setWord("across10", "BROOM", ACROSS, NORTHEAST, 36) across11 = setWord("across11", "MISSENDS", ACROSS, SOUTH, 8) across12 = setWord("across12", "SIERRANTS", ACROSS, WEST, 32) across13 = setWord("across13", "REDD", ACROSS, SOUTHEAST, 29) across14 = setWord("across14", "DERATS", ACROSS, NORTHWEST, 47) across15 = setWord("across15", "SVENGALI", ACROSS, SOUTH, 2) across16 = setWord("across16", "GURU", ACROSS, SOUTHEAST, 34) across17 = setWord("across17", "RUSK", ACROSS, EAST, 52) across18 = setWord("across18", "UNARMED", ACROSS, NORTH, 53) across19 = setWord("across19", "DARNS", ACROSS, SOUTHWEST, 5) across20 = setWord("across20", "STIPE", ACROSS, NORTH, 33) across21 = setWord("across21", "ESCUDOS", ACROSS, EAST, 1) across22 = setWord("across22", "OBOE", ACROSS, SOUTH, 6) across23 = setWord("across23", "BEAT", ACROSS, WEST, 14) add the actorList, across1 add the actorList, across2 add the actorList, across3 add the actorList, across4 add the actorList, across5 add the actorList, across6 add the actorList, across7 add the actorList, across8 add the actorList, across9 add the actorList, across10 add the actorList, across11 add the actorList, across12 add the actorList, across13 add the actorList, across14 add the actorList, across15 add the actorList, across16 add the actorList, across17 add the actorList, across18 add the actorList, across19 add the actorList, across20 add the actorList, across21 add the actorList, across22 add the actorList, across23 --set currentword currentWord = the actorList[1] --set title setTitle("Helter Skelter #8") --user tracking crosswordName = "" cluetextlist = ["1. Break for Jeff Gordon: 2 wds.","2. Doing nothing new: 3wds.","3. Rutabaga's cousin","4. Abba Eban, for one","5. Straying","6. Uses a 1-to-10 scale","7. The second largest planet","8. They're littler in litters","9. They hold bits of leaves: 2 wds.","10. Custodial need","11. Mails to the wrong address","12. Jagged mountain chain","13. Sitcom star Foxx","14. Vanquishes the vermin","15. Evil hypnotist of renown","16. Spiritual guide","17. '60's Secretary of State","18. Caught short at a shootout","19. Fixes hose","20. R.E.M. lead singer Michael","21. Coins of Portugal","22. Double-reed instrument","23. Exhausted"]